mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay_s(\"red\", \"Всвязи с установившемся относительным спокойствием,одно звено штурмовиков было решено откомандировать на свою базу.\", \"20\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay_s(\"red\", \"Успех!\", \"10\"); mission.trig.func[2]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"3\") )",
            [2] = "return(c_unit_in_zone(\"49\", \"пмм\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 19,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 49,
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"3\") then a_out_text_delay_s(\"red\", \"Всвязи с установившемся относительным спокойствием,одно звено штурмовиков было решено откомандировать на свою базу.\", \"20\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"49\", \"пмм\") then a_out_text_delay_s(\"red\", \"Успех!\", \"10\"); mission.trigfunc[2]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        name_ru = "Лето. Дождь",
        wind = 
        {
            at8000 = 
            {
                speed = 10,
                dir = 278,
            }, -- end of at8000
            at2000 = 
            {
                speed = 7,
                dir = 63,
            }, -- end of at2000
            atGround = 
            {
                speed = 2,
                dir = 248,
            }, -- end of atGround
        }, -- end of wind
        name_fr = "Eté. Pluie",
        turbulence = 
        {
            at8000 = 5,
            at2000 = 3,
            atGround = 4,
        }, -- end of turbulence
        season = 
        {
            temperature = 30,
            iseason = 1,
        }, -- end of season
        qnh = 740,
        name = "Summer. Rain",
        fog = 
        {
            density = 1,
            visibility = 1000,
            thickness = 0,
        }, -- end of fog
        name_de = "Sommer. Regen",
        name_es = "Verano. Lluvia",
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 3,
            thickness = 300,
            base = 1000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_alive(\"Су-25 РОС\")  then a_set_mission_result(50) end",
        [2] = "if c_unit_in_zone(\"49\", \"пмм\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_alive(\"Су-25 РОС\") )",
                [2] = "return(c_unit_in_zone(\"49\", \"пмм\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 1800,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.77975028766791,
                hidden = false,
                long = 0.69883423332208,
                x = -26749.392232119,
                name = "пмм",
                y = 458238.72823796,
            }, -- end of [1]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72687189813176,
        zoom = 1000000,
        centerX = 0.77590575068352,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 17,
        }, -- end of blue
        red = 
        {
            [1] = 16,
            [2] = 0,
            [3] = 3,
            [4] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "В связи с установившемся спокойствием в регионе,было принято решение откомандировать одно звено Су-25 в Майкоп.\
        По общим данным на территории Ставрополья,Ингушетии и Чечни было уничтожено до 25000 боевиков,160 танков,330 едениц легкобронированной техники,потеряв при этом 1500 воинов-контрактников,21 танк,45 БТРов,30 БМП,5 вертолетов Ми-24П/В,3 вертолета Ми-8.За время боевых действий боевики были лишины практически всей техники,которая у них имелась на начальный момент боевых действий.Чечня и горные районы Кавказа были окончательно взяты федеральными войсками под контроль.\
Боевики снова перешли к тактике партизанской войны.\
Боевые действия еще долго будут продолжаться между федеральными войсками и боевиками.Еще немало жизней унесет новый этап кавказских воин.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
    }, -- end of trigflag
    descriptionRedTask = "Возврат в Майкоп.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "2_12{2C135A4D-B2A5-4153-A044-E90F02E5FB25}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 3,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 20,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Всвязи с установившемся относительным спокойствием,одно звено штурмовиков было решено откомандировать на свою базу.",
                }, -- end of [1]
            }, -- end of actions
            comment = "1",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 49,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Успех!",
                }, -- end of [1]
            }, -- end of actions
            comment = "2",
        }, -- end of [2]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7854933183945,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65191360746852,
                                            x = -5130.7895284165,
                                            speed = 5.5555555555556,
                                            y = 243105.63376933,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 1,
                                        lat = 0.7854933183945,
                                        skill = "Average",
                                        long = 0.65191360746852,
                                        x = -5130.7895284165,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 243105.63376933,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 2,
                                        lat = 0.78542250691466,
                                        skill = "Average",
                                        long = 0.65183569325836,
                                        x = -5600.7261130586,
                                        name = "Юнит #2",
                                        heading = 0,
                                        y = 242778.77237152,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78479495389416,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66322892660261,
                                            x = -6628.324256815,
                                            speed = 5.5555555555556,
                                            y = 294495.50630142,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 3,
                                        lat = 0.78479495389416,
                                        skill = "Average",
                                        long = 0.66322892660261,
                                        x = -6628.324256815,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 294495.50630142,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 4,
                                        lat = 0.78476092034252,
                                        skill = "Average",
                                        long = 0.66318080204522,
                                        x = -6858.1972251832,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 294290.8989683,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77963914630331,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65945930204488,
                                            x = -40484.698074892,
                                            speed = 5.5555555555556,
                                            y = 279391.27240662,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 5,
                                        lat = 0.77963914630331,
                                        skill = "Average",
                                        long = 0.65945930204488,
                                        x = -40484.698074892,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 279391.27240662,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 6,
                                        lat = 0.77959254767525,
                                        skill = "Average",
                                        long = 0.65941146070663,
                                        x = -40794.445399635,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 279192.15840234,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77793985127893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66351043993365,
                                            x = -50197.004445307,
                                            speed = 5.5555555555556,
                                            y = 298464.10030748,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 7,
                                        lat = 0.77793985127893,
                                        skill = "Average",
                                        long = 0.66351043993365,
                                        x = -50197.004445307,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 298464.10030748,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 8,
                                        lat = 0.77791993754345,
                                        skill = "Average",
                                        long = 0.66348435482929,
                                        x = -50331.275918746,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 298353.35692731,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75818605563243,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69713239646716,
                                            x = -164733.36006966,
                                            speed = 5.5555555555556,
                                            y = 462128.83079176,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 9,
                                        lat = 0.75818605563243,
                                        skill = "Average",
                                        long = 0.69713239646716,
                                        x = -164733.36006966,
                                        name = "Юнит #9",
                                        heading = 0,
                                        y = 462128.83079176,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 10,
                                        lat = 0.75814706336055,
                                        skill = "Average",
                                        long = 0.69720456617989,
                                        x = -164953.91380594,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 462485.27366518,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1208,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77977191387769,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6987930642764,
                                            x = -26628.125910069,
                                            speed = 5.5555555555556,
                                            y = 458039.3177962,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 11,
                                        lat = 0.77977191387769,
                                        skill = "Average",
                                        long = 0.6987930642764,
                                        x = -26628.125910069,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 458039.3177962,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 12,
                                        lat = 0.77971055699931,
                                        skill = "Average",
                                        long = 0.69873003646714,
                                        x = -27043.985981497,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 457787.90425357,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78606749370163,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68357386223249,
                                            x = 7834.6939182179,
                                            speed = 5.5555555555556,
                                            y = 385838.99200842,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 13,
                                        lat = 0.78606749370163,
                                        skill = "Average",
                                        long = 0.68357386223249,
                                        x = 7834.6939182179,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 385838.99200842,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 14,
                                        lat = 0.78594882005763,
                                        skill = "Average",
                                        long = 0.68368956462699,
                                        x = 7118.7120189937,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 386420.29713526,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78685318732364,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67964036585919,
                                            x = 11503.773638126,
                                            speed = 5.5555555555556,
                                            y = 367709.84431045,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 15,
                                        lat = 0.78685318732364,
                                        skill = "Average",
                                        long = 0.67964036585919,
                                        x = 11503.773638126,
                                        name = "Юнит #15",
                                        heading = 0,
                                        y = 367709.84431045,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 16,
                                        lat = 0.7868487132531,
                                        skill = "Average",
                                        long = 0.67982815321814,
                                        x = 11537.013317222,
                                        name = "Юнит #16",
                                        heading = 0,
                                        y = 368560.32089545,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77190633827237,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75185036383466,
                                            x = -51202.150402323,
                                            speed = 5.5555555555556,
                                            y = 705319.59075612,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 17,
                                        lat = 0.77190633827237,
                                        skill = "Average",
                                        long = 0.75185036383466,
                                        x = -51202.150402323,
                                        name = "Юнит #17",
                                        heading = 0,
                                        y = 705319.59075612,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 18,
                                        lat = 0.77184919584447,
                                        skill = "Average",
                                        long = 0.75198445686086,
                                        x = -51489.572899194,
                                        name = "Юнит #18",
                                        heading = 0,
                                        y = 705977.30481419,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75940966719023,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76160090708516,
                                            x = -125109.86863288,
                                            speed = 5.5555555555556,
                                            y = 760343.77018418,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 19,
                                        lat = 0.75940966719023,
                                        skill = "Average",
                                        long = 0.76160090708516,
                                        x = -125109.86863288,
                                        name = "Юнит #19",
                                        heading = 0,
                                        y = 760343.77018418,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 20,
                                        lat = 0.75945396627042,
                                        skill = "Average",
                                        long = 0.76173552954775,
                                        x = -124747.02690557,
                                        name = "Юнит #20",
                                        heading = 0,
                                        y = 760931.15603988,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75248087748691,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7080510932804,
                                            x = -196631.94542737,
                                            speed = 5.5555555555556,
                                            y = 516109.48040915,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 21,
                                        lat = 0.75248087748691,
                                        skill = "Average",
                                        long = 0.7080510932804,
                                        x = -196631.94542737,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = 516109.48040915,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 22,
                                        lat = 0.75236257218101,
                                        skill = "Average",
                                        long = 0.70810449234571,
                                        x = -197362.61654655,
                                        name = "Юнит #22",
                                        heading = 0,
                                        y = 516426.18224819,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7481342964901,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71771352896597,
                                            x = -220070.08156265,
                                            speed = 5.5555555555556,
                                            y = 563889.61367757,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 23,
                                        lat = 0.7481342964901,
                                        skill = "Average",
                                        long = 0.71771352896597,
                                        x = -220070.08156265,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = 563889.61367757,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 24,
                                        lat = 0.74807338913099,
                                        skill = "Average",
                                        long = 0.71785533087263,
                                        x = -220393.51918541,
                                        name = "Юнит #24",
                                        heading = 0,
                                        y = 564592.69557599,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 311,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78492039942579,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68053298088455,
                                            x = -509.73976817913,
                                            speed = 5.5555555555556,
                                            y = 372655.77609684,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 38,
                                        lat = 0.78492039942579,
                                        skill = "Average",
                                        long = 0.68053298088455,
                                        x = -509.73976817913,
                                        name = "ГРЗ ПВО  #5",
                                        heading = 0,
                                        y = 372655.77609684,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 39,
                                        lat = 0.78489448708832,
                                        skill = "Average",
                                        long = 0.68053336451531,
                                        x = -674.60947546549,
                                        name = "ГРЗ ПВО  #6",
                                        heading = 0,
                                        y = 372669.75912536,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 40,
                                        lat = 0.78488415621459,
                                        skill = "Average",
                                        long = 0.68051096081867,
                                        x = -747.75532556605,
                                        name = "ГРЗ ПВО  #7",
                                        heading = 1.4464413322481,
                                        y = 372573.13295668,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 41,
                                        lat = 0.78491303212365,
                                        skill = "Average",
                                        long = 0.68054684457291,
                                        x = -552.09359253757,
                                        name = "ГРЗ ПВО  #8",
                                        heading = 4.7123889803847,
                                        y = 372722.07194011,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 42,
                                        lat = 0.78491159254227,
                                        skill = "Average",
                                        long = 0.68054595261001,
                                        x = -561.55327230319,
                                        name = "ГРЗ ПВО  #9",
                                        heading = 4.7123889803847,
                                        y = 372718.71085392,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 43,
                                        lat = 0.78491015296298,
                                        skill = "Average",
                                        long = 0.68054517966774,
                                        x = -570.97381501272,
                                        name = "ГРЗ ПВО  #10",
                                        heading = 4.7123889803847,
                                        y = 372715.88903255,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 44,
                                        lat = 0.78490879806674,
                                        skill = "Average",
                                        long = 0.68054442651886,
                                        x = -579.84863529354,
                                        name = "ГРЗ ПВО  #11",
                                        heading = 4.7123889803847,
                                        y = 372713.11687537,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 45,
                                        lat = 0.78491311680497,
                                        skill = "Average",
                                        long = 0.68052077141618,
                                        x = -560.12499945238,
                                        name = "ГРЗ ПВО  #12",
                                        heading = 1.5707963267949,
                                        y = 372603.89810042,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 46,
                                        lat = 0.78491167722347,
                                        skill = "Average",
                                        long = 0.6805217772756,
                                        x = -568.96083919238,
                                        name = "ГРЗ ПВО  #13",
                                        heading = 1.5707963267949,
                                        y = 372609.13578157,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 47,
                                        lat = 0.78491032232514,
                                        skill = "Average",
                                        long = 0.68052265082734,
                                        x = -577.30095349345,
                                        name = "ГРЗ ПВО  #14",
                                        heading = 1.5707963267949,
                                        y = 372613.73397819,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 48,
                                        lat = 0.78490896742867,
                                        skill = "Average",
                                        long = 0.6805236631836,
                                        x = -585.5954289604,
                                        name = "ГРЗ ПВО  #15",
                                        heading = 1.5707963267949,
                                        y = 372618.96107779,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "РОС ПВО  ",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1394,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76926671149847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7595355095728,
                                            x = -63558.052520744,
                                            speed = 5.5555555555556,
                                            y = 742697.41350687,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 70,
                                        lat = 0.76926671149847,
                                        skill = "Average",
                                        long = 0.7595355095728,
                                        x = -63558.052520744,
                                        name = "РОС ПВО #011",
                                        heading = 0,
                                        y = 742697.41350687,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 71,
                                        lat = 0.76924079916099,
                                        skill = "Average",
                                        long = 0.75953589320356,
                                        x = -63722.862930202,
                                        name = "РОС ПВО #1",
                                        heading = 0,
                                        y = 742720.45399384,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 72,
                                        lat = 0.76923046828727,
                                        skill = "Average",
                                        long = 0.75951348950692,
                                        x = -63802.087664981,
                                        name = "РОС ПВО #2",
                                        heading = 1.4464413322481,
                                        y = 742626.23073838,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 73,
                                        lat = 0.76925934419632,
                                        skill = "Average",
                                        long = 0.75954937326116,
                                        x = -63596.668280747,
                                        name = "РОС ПВО #3",
                                        heading = 4.7123889803847,
                                        y = 742767.02124976,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 74,
                                        lat = 0.76925790461494,
                                        skill = "Average",
                                        long = 0.75954848129826,
                                        x = -63606.371745887,
                                        name = "РОС ПВО #4",
                                        heading = 4.7123889803847,
                                        y = 742764.11444189,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 75,
                                        lat = 0.76925646503566,
                                        skill = "Average",
                                        long = 0.75954770835598,
                                        x = -63616.003873798,
                                        name = "РОС ПВО #5",
                                        heading = 4.7123889803847,
                                        y = 742761.75327297,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 76,
                                        lat = 0.76925511013942,
                                        skill = "Average",
                                        long = 0.75954695520711,
                                        x = -63625.084778987,
                                        name = "РОС ПВО #6",
                                        heading = 4.7123889803847,
                                        y = 742759.41329534,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 77,
                                        lat = 0.76925942887765,
                                        skill = "Average",
                                        long = 0.75952330010443,
                                        x = -63611.753433329,
                                        name = "РОС ПВО #7",
                                        heading = 1.5707963267949,
                                        y = 742647.42136409,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 78,
                                        lat = 0.76925798929614,
                                        skill = "Average",
                                        long = 0.75952430596385,
                                        x = -63620.319617341,
                                        name = "РОС ПВО #8",
                                        heading = 1.5707963267949,
                                        y = 742653.21497354,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 79,
                                        lat = 0.76925663439782,
                                        skill = "Average",
                                        long = 0.75952517951559,
                                        x = -63628.42572521,
                                        name = "РОС ПВО #9",
                                        heading = 1.5707963267949,
                                        y = 742658.33247866,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 80,
                                        lat = 0.76925527950135,
                                        skill = "Average",
                                        long = 0.75952619187185,
                                        x = -63636.448641815,
                                        name = "РОС ПВО #10",
                                        heading = 1.5707963267949,
                                        y = 742664.08632068,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "РОС ПВО #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 311,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75815519005213,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69714748239496,
                                            x = -164924.11750555,
                                            speed = 5.5555555555556,
                                            y = 462215.54715262,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 81,
                                        lat = 0.75815519005213,
                                        skill = "Average",
                                        long = 0.69714748239496,
                                        x = -164924.11750555,
                                        name = "РОС ПВО  ",
                                        heading = 0,
                                        y = 462215.54715262,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 82,
                                        lat = 0.75812927771466,
                                        skill = "Average",
                                        long = 0.69714786602571,
                                        x = -165088.98646181,
                                        name = "РОС ПВО   #1",
                                        heading = 0,
                                        y = 462231.25657263,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 83,
                                        lat = 0.75811894684093,
                                        skill = "Average",
                                        long = 0.69712546232908,
                                        x = -165163.39346832,
                                        name = "РОС ПВО   #2",
                                        heading = 1.4464413322481,
                                        y = 462132.66314975,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 84,
                                        lat = 0.75814782274999,
                                        skill = "Average",
                                        long = 0.69716134608331,
                                        x = -164965.70190444,
                                        name = "РОС ПВО   #3",
                                        heading = 4.7123889803847,
                                        y = 462283.95313632,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 85,
                                        lat = 0.75814638316861,
                                        skill = "Average",
                                        long = 0.69716045412042,
                                        x = -164975.21261644,
                                        name = "РОС ПВО   #4",
                                        heading = 4.7123889803847,
                                        y = 462280.58044344,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 86,
                                        lat = 0.75814494358932,
                                        skill = "Average",
                                        long = 0.69715968117814,
                                        x = -164984.67753528,
                                        name = "РОС ПВО   #5",
                                        heading = 4.7123889803847,
                                        y = 462277.76102718,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 87,
                                        lat = 0.75814358869308,
                                        skill = "Average",
                                        long = 0.69715892802927,
                                        x = -164993.59555711,
                                        name = "РОС ПВО   #6",
                                        heading = 4.7123889803847,
                                        y = 462274.98811108,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 88,
                                        lat = 0.75814790743131,
                                        skill = "Average",
                                        long = 0.69713527292659,
                                        x = -164975.19135664,
                                        name = "РОС ПВО   #7",
                                        heading = 1.5707963267949,
                                        y = 462162.70427007,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 89,
                                        lat = 0.75814646784981,
                                        skill = "Average",
                                        long = 0.69713627878601,
                                        x = -164983.97209497,
                                        name = "РОС ПВО   #8",
                                        heading = 1.5707963267949,
                                        y = 462168.15377073,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 90,
                                        lat = 0.75814511295148,
                                        skill = "Average",
                                        long = 0.69713715233775,
                                        x = -164992.26443936,
                                        name = "РОС ПВО   #9",
                                        heading = 1.5707963267949,
                                        y = 462172.94271621,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 91,
                                        lat = 0.75814375805501,
                                        skill = "Average",
                                        long = 0.69713816469401,
                                        x = -165000.50338242,
                                        name = "РОС ПВО   #10",
                                        heading = 1.5707963267949,
                                        y = 462178.37690568,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "РОС ПВО   #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2744,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77088166712567,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69890490390029,
                                            x = -83194.028740822,
                                            speed = 5.5555555555556,
                                            y = 463446.8431659,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 51,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 276,
                                        lat = 0.77088166712567,
                                        skill = "Average",
                                        long = 0.69890490390029,
                                        x = -83194.028740822,
                                        name = "Юнит #25",
                                        heading = 0.26179938779915,
                                        y = 463446.8431659,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 277,
                                        lat = 0.77087884185778,
                                        skill = "Average",
                                        long = 0.69889859397714,
                                        x = -83214.538701221,
                                        name = "Юнит #26",
                                        heading = 4.9573676435116,
                                        y = 463419.51793968,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 278,
                                        lat = 0.77090003158859,
                                        skill = "Average",
                                        long = 0.69891521354416,
                                        x = -83072.970420484,
                                        name = "Юнит #27",
                                        heading = 6.0857897473297,
                                        y = 463483.71741967,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 279,
                                        lat = 0.77090377099901,
                                        skill = "Average",
                                        long = 0.69894113681585,
                                        x = -83038.809377761,
                                        name = "Юнит #28",
                                        heading = 5.8649609776004,
                                        y = 463600.42614974,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 280,
                                        lat = 0.77091374276959,
                                        skill = "Average",
                                        long = 0.69896011621624,
                                        x = -82967.733556661,
                                        name = "Юнит #29",
                                        heading = 4.9097845402346,
                                        y = 463681.78365851,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 281,
                                        lat = 0.77091964280256,
                                        skill = "Average",
                                        long = 0.69892609266969,
                                        x = -82943.745602948,
                                        name = "Юнит #30",
                                        heading = 5.3003915839323,
                                        y = 463522.49718499,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 282,
                                        lat = 0.77091714982675,
                                        skill = "Average",
                                        long = 0.69894355320229,
                                        x = -82952.650051704,
                                        name = "Юнит #31",
                                        heading = 5.695182703632,
                                        y = 463603.93900495,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 283,
                                        lat = 0.77090917239361,
                                        skill = "Average",
                                        long = 0.69893555166784,
                                        x = -83006.643659629,
                                        name = "Юнит #32",
                                        heading = 0,
                                        y = 463571.77254738,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 284,
                                        lat = 0.77092005829911,
                                        skill = "Average",
                                        long = 0.69892172143018,
                                        x = -82942.844837473,
                                        name = "Юнит #33",
                                        heading = 5.4312189800063,
                                        y = 463502.22617887,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 285,
                                        lat = 0.77091690052951,
                                        skill = "Average",
                                        long = 0.69893888147795,
                                        x = -82956.102566294,
                                        name = "Юнит #34",
                                        heading = 5.4977871437821,
                                        y = 463582.6664919,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 286,
                                        lat = 0.77091449065922,
                                        skill = "Average",
                                        long = 0.69896477915697,
                                        x = -82961.109575865,
                                        name = "Юнит #35",
                                        heading = 0.26179938779915,
                                        y = 463702.73405999,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 287,
                                        lat = 0.77093642899681,
                                        skill = "Average",
                                        long = 0.69890642371409,
                                        x = -82844.70539721,
                                        name = "Юнит #36",
                                        heading = 0.66104316885069,
                                        y = 463422.85292293,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 288,
                                        lat = 0.77093659519813,
                                        skill = "Average",
                                        long = 0.69891109552038,
                                        x = -82841.781994125,
                                        name = "Юнит #37",
                                        heading = 0.27829965900511,
                                        y = 463444.17278515,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 289,
                                        lat = 0.77089629216578,
                                        skill = "Average",
                                        long = 0.69895822518286,
                                        x = -83079.611704718,
                                        name = "Юнит #38",
                                        heading = 5.5884470309829,
                                        y = 463682.9805719,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 290,
                                        lat = 0.77090942168942,
                                        skill = "Average",
                                        long = 0.69892521074288,
                                        x = -83009.184426133,
                                        name = "Юнит #39",
                                        heading = 0.73281510178651,
                                        y = 463524.23268554,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 291,
                                        lat = 0.77092080626284,
                                        skill = "Average",
                                        long = 0.69894303637445,
                                        x = -82929.572658332,
                                        name = "Юнит #40",
                                        heading = 5.355890089178,
                                        y = 463599.50310154,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 292,
                                        lat = 0.77091274563945,
                                        skill = "Average",
                                        long = 0.69889774159542,
                                        x = -82998.984026835,
                                        name = "Юнит #41",
                                        heading = 5.5453702470591,
                                        y = 463396.44537036,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 296,
                                        lat = 0.77092338227758,
                                        skill = "Average",
                                        long = 0.69892396970335,
                                        x = -82920.780622542,
                                        name = "Юнит #42",
                                        heading = 5.355890089178,
                                        y = 463510.65240142,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 297,
                                        lat = 0.77091781461971,
                                        skill = "Average",
                                        long = 0.69895927113616,
                                        x = -82942.141902882,
                                        name = "Юнит #43",
                                        heading = 0.95054684081208,
                                        y = 463675.60833883,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 298,
                                        lat = 0.7709009456312,
                                        skill = "Average",
                                        long = 0.69895648816605,
                                        x = -83050.67247324,
                                        name = "Юнит #44",
                                        heading = 5.355890089178,
                                        y = 463672.38816443,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 299,
                                        lat = 0.7708826642809,
                                        skill = "Average",
                                        long = 0.69889868394433,
                                        x = -83190.162082046,
                                        name = "Юнит #45",
                                        heading = 5.355890089178,
                                        y = 463417.76952669,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 300,
                                        lat = 0.77094058403766,
                                        skill = "Average",
                                        long = 0.69890933521795,
                                        x = -82817.084311516,
                                        name = "Юнит #46",
                                        heading = 5.724585991836,
                                        y = 463433.84935345,
                                    }, -- end of [22]
                                }, -- end of units
                                name = "спецназ",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 742,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76800747138588,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70053439126915,
                                            x = -100846.22575216,
                                            speed = 5.5555555555556,
                                            y = 472510.11084431,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 53,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Boman",
                                        CLSID = "{0ECCCF2B-61D9-462a-A38A-5BBFA917F37F}",
                                        unitId = 301,
                                        lat = 0.76800747138588,
                                        skill = "Average",
                                        long = 0.70053439126915,
                                        x = -100846.22575216,
                                        name = "Юнит #47",
                                        heading = 2.1815222911841,
                                        y = 472510.11084431,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 302,
                                        lat = 0.76801053772765,
                                        skill = "Average",
                                        long = 0.70053887384375,
                                        x = -100824.91009486,
                                        name = "Юнит #48",
                                        heading = 2.1815222911841,
                                        y = 472528.98776006,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "штурмовая группа ПАН",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 830,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76808105831324,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70059405435853,
                                            x = -100353.81054715,
                                            speed = 5.5555555555556,
                                            y = 472742.89089551,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 54,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 303,
                                        lat = 0.76808105831324,
                                        skill = "Average",
                                        long = 0.70059405435853,
                                        x = -100353.81054715,
                                        name = "Юнит #49",
                                        heading = 3.283489708194,
                                        y = 472742.89089551,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 304,
                                        lat = 0.76808130699393,
                                        skill = "Average",
                                        long = 0.70058944922805,
                                        x = -100354.06511223,
                                        name = "Юнит #50",
                                        heading = 3.283489708194,
                                        y = 472721.58223586,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "штурмовая группа бтр",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 829,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76807981524738,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70059311256938,
                                            x = -100362.10229066,
                                            speed = 5.5555555555556,
                                            y = 472739.26236122,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 55,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 305,
                                        lat = 0.76807981524738,
                                        skill = "Average",
                                        long = 0.70059311256938,
                                        x = -100362.10229066,
                                        name = "Юнит #51",
                                        heading = 4.1069330843172,
                                        y = 472739.26236122,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 306,
                                        lat = 0.76807964946009,
                                        skill = "Average",
                                        long = 0.7005945341092,
                                        x = -100362.59060712,
                                        name = "Юнит #52",
                                        heading = 4.1069330843172,
                                        y = 472745.89022301,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 307,
                                        lat = 0.76807931788558,
                                        skill = "Average",
                                        long = 0.70059291860516,
                                        x = -100365.34690454,
                                        name = "Юнит #53",
                                        heading = 4.1069330843172,
                                        y = 472738.65108123,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 308,
                                        lat = 0.76807898631118,
                                        skill = "Average",
                                        long = 0.70059444509987,
                                        x = -100366.84905747,
                                        name = "Юнит #54",
                                        heading = 4.1069330843172,
                                        y = 472745.85483109,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 309,
                                        lat = 0.76807931788558,
                                        skill = "Average",
                                        long = 0.70059377786483,
                                        x = -100365.00392694,
                                        name = "Юнит #55",
                                        heading = 4.1069330843172,
                                        y = 472742.60085822,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "штурмовая группа ак",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                            [20] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 831,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76808072682886,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70058818387145,
                                            x = -100358.26466741,
                                            speed = 5.5555555555556,
                                            y = 472716.09273297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 56,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 310,
                                        lat = 0.76808072682886,
                                        skill = "Average",
                                        long = 0.70058818387145,
                                        x = -100358.26466741,
                                        name = "Юнит #56",
                                        heading = 4.0514345790715,
                                        y = 472716.09273297,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 311,
                                        lat = 0.76808056104152,
                                        skill = "Average",
                                        long = 0.70058928666489,
                                        x = -100358.88021332,
                                        name = "Юнит #57",
                                        heading = 4.0514345790715,
                                        y = 472721.25540661,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 312,
                                        lat = 0.76808031236057,
                                        skill = "Average",
                                        long = 0.70058721577752,
                                        x = -100361.29041429,
                                        name = "Юнит #58",
                                        heading = 4.0514345790715,
                                        y = 472711.87627485,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 313,
                                        lat = 0.7680801465733,
                                        skill = "Average",
                                        long = 0.70058893429816,
                                        x = -100361.6601893,
                                        name = "Юнит #59",
                                        heading = 4.0514345790715,
                                        y = 472719.8692746,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 314,
                                        lat = 0.76808006367968,
                                        skill = "Average",
                                        long = 0.70058838193243,
                                        x = -100362.40853399,
                                        name = "Юнит #60",
                                        heading = 4.0514345790715,
                                        y = 472717.37692333,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "штурмовая группа ак #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [20]
                            [21] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 743,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76800987447995,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70054012413802,
                                            x = -100828.63458488,
                                            speed = 5.5555555555556,
                                            y = 472535.10882883,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 57,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 315,
                                        lat = 0.76800987447995,
                                        skill = "Average",
                                        long = 0.70054012413802,
                                        x = -100828.63458488,
                                        name = "Юнит #61",
                                        heading = 2.1293956421385,
                                        y = 472535.10882883,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 316,
                                        lat = 0.76800987447995,
                                        skill = "Average",
                                        long = 0.70054164220284,
                                        x = -100828.02864206,
                                        name = "Юнит #62",
                                        heading = 2.1293956421385,
                                        y = 472542.08694929,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 317,
                                        lat = 0.76800954298295,
                                        skill = "Average",
                                        long = 0.7005409081795,
                                        x = -100830.43259867,
                                        name = "Юнит #63",
                                        heading = 2.1293956421385,
                                        y = 472538.89968469,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 318,
                                        lat = 0.76800921148605,
                                        skill = "Average",
                                        long = 0.70054170222417,
                                        x = -100832.226619,
                                        name = "Юнит #64",
                                        heading = 2.1293956421385,
                                        y = 472542.73652237,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "штурмовая группа ак #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [21]
                            [22] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 681,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76803100537485,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70050261774476,
                                            x = -100709.04423377,
                                            speed = 5.5555555555556,
                                            y = 472350.79276226,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 58,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 319,
                                        lat = 0.76803100537485,
                                        skill = "Average",
                                        long = 0.70050261774476,
                                        x = -100709.04423377,
                                        name = "Юнит #65",
                                        heading = 2.0344439357957,
                                        y = 472350.79276226,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 320,
                                        lat = 0.76803075677358,
                                        skill = "Average",
                                        long = 0.70050360345315,
                                        x = -100710.23387254,
                                        name = "Юнит #66",
                                        heading = 2.0344439357957,
                                        y = 472355.46390356,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 321,
                                        lat = 0.76803009383715,
                                        skill = "Average",
                                        long = 0.70049875067995,
                                        x = -100716.3924489,
                                        name = "Юнит #67",
                                        heading = 2.0344439357957,
                                        y = 472333.53069839,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 322,
                                        lat = 0.76803034243826,
                                        skill = "Average",
                                        long = 0.70050281587661,
                                        x = -100713.18671829,
                                        name = "Юнит #68",
                                        heading = 2.0344439357957,
                                        y = 472352.07715857,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 323,
                                        lat = 0.76803059103943,
                                        skill = "Average",
                                        long = 0.70050412208248,
                                        x = -100711.08225164,
                                        name = "Юнит #69",
                                        heading = 2.0344439357957,
                                        y = 472357.94130777,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 324,
                                        lat = 0.76803025957122,
                                        skill = "Average",
                                        long = 0.70050347301516,
                                        x = -100713.45211431,
                                        name = "Юнит #70",
                                        heading = 2.0344439357957,
                                        y = 472355.14454607,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Paratrooper AKS-74",
                                        CLSID = "{4EF38747-79E3-4b61-8D80-FA4BE43382E2}",
                                        unitId = 325,
                                        lat = 0.76803075677358,
                                        skill = "Average",
                                        long = 0.70049863763854,
                                        x = -100712.21600115,
                                        name = "Юнит #71",
                                        heading = 2.0344439357957,
                                        y = 472332.63743918,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "штурмовая группа-1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [22]
                            [23] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 682,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7680306739065,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70049679106366,
                                            x = -100713.48076659,
                                            speed = 5.5555555555556,
                                            y = 472324.19595456,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 59,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 326,
                                        lat = 0.7680306739065,
                                        skill = "Average",
                                        long = 0.70049679106366,
                                        x = -100713.48076659,
                                        name = "Юнит #72",
                                        heading = 3.752318617979,
                                        y = 472324.19595456,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 327,
                                        lat = 0.76803141971044,
                                        skill = "Average",
                                        long = 0.70050481649587,
                                        x = -100705.52810924,
                                        name = "Юнит #73",
                                        heading = 1.9513027039073,
                                        y = 472360.6662829,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "штурмовая группа-1 #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [23]
                            [24] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70031887427146,
                                                lat = 0.76806116943871,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70046179443163,
                                                lat = 0.76803842664682,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 690,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.76789726651251,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70057543514513,
                                            x = -101531.62586819,
                                            speed = 5.5555555555556,
                                            y = 472759.87840902,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 61,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 332,
                                        lat = 0.76789726651251,
                                        skill = "Average",
                                        long = 0.70057543514513,
                                        x = -101531.62586819,
                                        name = "Юнит #74",
                                        heading = 4.3175978606849,
                                        y = 472759.87840902,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 333,
                                        lat = 0.76792774524076,
                                        skill = "Average",
                                        long = 0.70055029228983,
                                        x = -101347.57365006,
                                        name = "Юнит #75",
                                        heading = 5.1760365893855,
                                        y = 472627.77380425,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 334,
                                        lat = 0.767915826512,
                                        skill = "Average",
                                        long = 0.70059322518658,
                                        x = -101406.33507497,
                                        name = "Юнит #76",
                                        heading = 5.943981460263,
                                        y = 472831.58838766,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 335,
                                        lat = 0.76798658956186,
                                        skill = "Average",
                                        long = 0.70055865581165,
                                        x = -100969.51557174,
                                        name = "Юнит #77",
                                        heading = 6.0645163613056,
                                        y = 472633.41743768,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 336,
                                        lat = 0.7679162408015,
                                        skill = "Average",
                                        long = 0.70054808634002,
                                        x = -101421.71427134,
                                        name = "Юнит #78",
                                        heading = 5.3003915839323,
                                        y = 472623.87301614,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 337,
                                        lat = 0.76792137800505,
                                        skill = "Average",
                                        long = 0.70050662285248,
                                        x = -101405.550981,
                                        name = "Юнит #79",
                                        heading = 5.0795628142029,
                                        y = 472430.4908071,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "штурмовая группа-2",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [24]
                            [25] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 681,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76802603336078,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70049805937271,
                                            x = -100742.52543727,
                                            speed = 5.5555555555556,
                                            y = 472332.64148785,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 79,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 443,
                                        lat = 0.76802603336078,
                                        skill = "Average",
                                        long = 0.70049805937271,
                                        x = -100742.52543727,
                                        name = "Юнит #80",
                                        heading = 5.0038457748626,
                                        y = 472332.64148785,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 444,
                                        lat = 0.76789660366154,
                                        skill = "Average",
                                        long = 0.70056510915538,
                                        x = -101539.96856184,
                                        name = "Юнит #81",
                                        heading = 5.1306133099639,
                                        y = 472712.77220724,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "штурмовая группа зсу",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [25]
                            [26] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 818,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76750137144592,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72510101998311,
                                            x = -93267.524380222,
                                            speed = 5.5555555555556,
                                            y = 585769.33976372,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 101,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 654,
                                        lat = 0.76750137144592,
                                        skill = "Average",
                                        long = 0.72510101998311,
                                        x = -93267.524380222,
                                        name = "Юнит #177",
                                        heading = 1.1902899496825,
                                        y = 585769.33976372,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 655,
                                        lat = 0.76742070328561,
                                        skill = "Average",
                                        long = 0.72517466977314,
                                        x = -93745.596589177,
                                        name = "Юнит #178",
                                        heading = 1.1902899496825,
                                        y = 586161.17824146,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 656,
                                        lat = 0.76763307115475,
                                        skill = "Average",
                                        long = 0.72530645802387,
                                        x = -92329.255486248,
                                        name = "Юнит #179",
                                        heading = 4.6127203278935,
                                        y = 586626.82422001,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "штурмовая группа бтр #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [26]
                            [27] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 869,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.767075077325,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72482371918003,
                                            x = -96116.77963023,
                                            speed = 5.5555555555556,
                                            y = 584775.98370674,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 102,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 657,
                                        lat = 0.767075077325,
                                        skill = "Average",
                                        long = 0.72482371918003,
                                        x = -96116.77963023,
                                        name = "Юнит #180",
                                        heading = 3.8188776372666,
                                        y = 584775.98370674,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 658,
                                        lat = 0.76703906399637,
                                        skill = "Average",
                                        long = 0.72486933704639,
                                        x = -96324.038864831,
                                        name = "Юнит #181",
                                        heading = 3.8188776372666,
                                        y = 585009.47313841,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 659,
                                        lat = 0.76712442175484,
                                        skill = "Average",
                                        long = 0.72489546680614,
                                        x = -95767.765732812,
                                        name = "Юнит #182",
                                        heading = 3.8188776372666,
                                        y = 585073.24217236,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 660,
                                        lat = 0.76717393412942,
                                        skill = "Average",
                                        long = 0.72479435689654,
                                        x = -95501.416514141,
                                        name = "Юнит #183",
                                        heading = 3.8188776372666,
                                        y = 584575.73415687,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 661,
                                        lat = 0.76714834968088,
                                        skill = "Average",
                                        long = 0.72483637968444,
                                        x = -95643.999131664,
                                        name = "Юнит #184",
                                        heading = 3.8188776372666,
                                        y = 584785.81116199,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "штурмовая группа бтр-2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [27]
                            [28] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1791,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75495072971979,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74443057615289,
                                            x = -163323.24959097,
                                            speed = 5.5555555555556,
                                            y = 684041.80772597,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 137,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 718,
                                        lat = 0.75495072971979,
                                        skill = "Average",
                                        long = 0.74443057615289,
                                        x = -163323.24959097,
                                        name = "Юнит #82",
                                        heading = 4.390638425988,
                                        y = 684041.80772597,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 719,
                                        lat = 0.75502913551406,
                                        skill = "Average",
                                        long = 0.74448411421225,
                                        x = -162794.78417377,
                                        name = "Юнит #83",
                                        heading = 4.390638425988,
                                        y = 684232.65757296,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 720,
                                        lat = 0.7550175134132,
                                        skill = "Average",
                                        long = 0.74452838074949,
                                        x = -162844.87442458,
                                        name = "Юнит #84",
                                        heading = 4.390638425988,
                                        y = 684447.80179724,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 721,
                                        lat = 0.75475228578346,
                                        skill = "Average",
                                        long = 0.7441778738918,
                                        x = -164724.1982375,
                                        name = "Юнит #85",
                                        heading = 4.390638425988,
                                        y = 683012.24351234,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 722,
                                        lat = 0.75481005574216,
                                        skill = "Average",
                                        long = 0.7441434614162,
                                        x = -164374.78299804,
                                        name = "Юнит #86",
                                        heading = 4.390638425988,
                                        y = 682808.43585925,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 723,
                                        lat = 0.75499819809011,
                                        skill = "Average",
                                        long = 0.74442877169428,
                                        x = -163021.8198962,
                                        name = "Юнит #87",
                                        heading = 4.390638425988,
                                        y = 683997.7870395,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 724,
                                        lat = 0.75499697043314,
                                        skill = "Average",
                                        long = 0.74429438033837,
                                        x = -163102.35358,
                                        name = "Юнит #88",
                                        heading = 4.390638425988,
                                        y = 683372.00572274,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 725,
                                        lat = 0.75503044505452,
                                        skill = "Average",
                                        long = 0.74429841604376,
                                        x = -162886.91381095,
                                        name = "Юнит #89",
                                        heading = 4.390638425988,
                                        y = 683365.71596492,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 726,
                                        lat = 0.75491889436261,
                                        skill = "Average",
                                        long = 0.74438022435561,
                                        x = -163553.30552469,
                                        name = "Юнит #90",
                                        heading = 4.390638425988,
                                        y = 683830.88377325,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 727,
                                        lat = 0.75490326346942,
                                        skill = "Average",
                                        long = 0.74418281580988,
                                        x = -163759.69323532,
                                        name = "Юнит #91",
                                        heading = 4.390638425988,
                                        y = 682922.04061954,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 728,
                                        lat = 0.75498657632759,
                                        skill = "Average",
                                        long = 0.74451308744296,
                                        x = -163050.23929843,
                                        name = "Юнит #92",
                                        heading = 4.390638425988,
                                        y = 684399.69099938,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 729,
                                        lat = 0.75488796014747,
                                        skill = "Average",
                                        long = 0.74425287686656,
                                        x = -163819.27921535,
                                        name = "Юнит #93",
                                        heading = 4.390638425988,
                                        y = 683260.23274506,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 730,
                                        lat = 0.75492028560508,
                                        skill = "Average",
                                        long = 0.74431012209816,
                                        x = -163582.37130231,
                                        name = "Юнит #94",
                                        heading = 4.390638425988,
                                        y = 683502.93496783,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 731,
                                        lat = 0.7550156309722,
                                        skill = "Average",
                                        long = 0.74436357272755,
                                        x = -162946.03651895,
                                        name = "Юнит #95",
                                        heading = 4.390638425988,
                                        y = 683680.6707332,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 732,
                                        lat = 0.75489966266797,
                                        skill = "Average",
                                        long = 0.74423505065091,
                                        x = -163754.371056,
                                        name = "Юнит #96",
                                        heading = 4.390638425988,
                                        y = 683168.3263605,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 733,
                                        lat = 0.75495875008869,
                                        skill = "Average",
                                        long = 0.74424425744556,
                                        x = -163372.96240254,
                                        name = "Юнит #97",
                                        heading = 4.390638425988,
                                        y = 683166.9385903,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 734,
                                        lat = 0.75486422815881,
                                        skill = "Average",
                                        long = 0.74421844059912,
                                        x = -163989.10002255,
                                        name = "Юнит #98",
                                        heading = 4.390638425988,
                                        y = 683117.4487509,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 735,
                                        lat = 0.75487232970917,
                                        skill = "Average",
                                        long = 0.74416064686345,
                                        x = -163968.75700087,
                                        name = "Юнит #99",
                                        heading = 4.390638425988,
                                        y = 682841.86441301,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 736,
                                        lat = 0.75477732450196,
                                        skill = "Average",
                                        long = 0.74416250996979,
                                        x = -164572.99714322,
                                        name = "Юнит #107",
                                        heading = 4.390638425988,
                                        y = 682921.81596816,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 737,
                                        lat = 0.75499238719296,
                                        skill = "Average",
                                        long = 0.74424179620404,
                                        x = -163160.00269033,
                                        name = "Юнит #108",
                                        heading = 4.390638425988,
                                        y = 683130.22998461,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 738,
                                        lat = 0.75494401884539,
                                        skill = "Average",
                                        long = 0.7442098181012,
                                        x = -163485.44396763,
                                        name = "Юнит #109",
                                        heading = 4.390638425988,
                                        y = 683017.38878903,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 739,
                                        lat = 0.75473608457393,
                                        skill = "Average",
                                        long = 0.74414713900126,
                                        x = -164844.04019236,
                                        name = "Юнит #110",
                                        heading = 4.390638425988,
                                        y = 682881.07117357,
                                    }, -- end of [22]
                                    [23] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 740,
                                        lat = 0.75501522174634,
                                        skill = "Average",
                                        long = 0.74455797379212,
                                        x = -162843.46254518,
                                        name = "Юнит #111",
                                        heading = 4.390638425988,
                                        y = 684587.520905,
                                    }, -- end of [23]
                                    [24] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 741,
                                        lat = 0.75485260786104,
                                        skill = "Average",
                                        long = 0.74418402642992,
                                        x = -164081.74911482,
                                        name = "Юнит #112",
                                        heading = 4.390638425988,
                                        y = 682965.68282793,
                                    }, -- end of [24]
                                }, -- end of units
                                name = "Штурм.группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [28]
                            [29] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1621,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.76054855650277,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73547335788532,
                                            x = -132395.28397902,
                                            speed = 5.5555555555556,
                                            y = 638393.1298367,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 138,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 742,
                                        lat = 0.76054855650277,
                                        skill = "Average",
                                        long = 0.73547335788532,
                                        x = -132395.28397902,
                                        name = "Юнит #113",
                                        heading = 2.8198420991932,
                                        y = 638393.1298367,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 743,
                                        lat = 0.76053374714097,
                                        skill = "Average",
                                        long = 0.73543750889492,
                                        x = -132507.99353831,
                                        name = "Юнит #114",
                                        heading = 2.8198420991932,
                                        y = 638237.49727233,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 744,
                                        lat = 0.76030628510371,
                                        skill = "Average",
                                        long = 0.73537506725187,
                                        x = -133988.85547288,
                                        name = "Юнит #115",
                                        heading = 2.8198420991932,
                                        y = 638110.6493075,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 745,
                                        lat = 0.76054452504472,
                                        skill = "Average",
                                        long = 0.73550182740107,
                                        x = -132406.36683036,
                                        name = "Юнит #116",
                                        heading = 2.8198420991932,
                                        y = 638528.0202804,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 746,
                                        lat = 0.76057011272454,
                                        skill = "Average",
                                        long = 0.73550547649553,
                                        x = -132241.5119559,
                                        name = "Юнит #117",
                                        heading = 2.8198420991932,
                                        y = 638526.64006197,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 747,
                                        lat = 0.76026688528846,
                                        skill = "Average",
                                        long = 0.73536701710228,
                                        x = -134243.94489909,
                                        name = "Юнит #118",
                                        heading = 2.8198420991932,
                                        y = 638101.50119551,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 748,
                                        lat = 0.76031122046645,
                                        skill = "Average",
                                        long = 0.73540596139771,
                                        x = -133941.57992126,
                                        name = "Юнит #119",
                                        heading = 2.8198420991932,
                                        y = 638250.36918264,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 749,
                                        lat = 0.76049955650277,
                                        skill = "Average",
                                        long = 0.73552235788532,
                                        x = -132682.27396928,
                                        name = "Юнит #120",
                                        heading = 2.8198420991932,
                                        y = 638655.37729734,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 750,
                                        lat = 0.76057546071061,
                                        skill = "Average",
                                        long = 0.73544921425613,
                                        x = -132236.29236484,
                                        name = "Юнит #121",
                                        heading = 2.8198420991932,
                                        y = 638261.93903405,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 751,
                                        lat = 0.76044069975863,
                                        skill = "Average",
                                        long = 0.73549468240456,
                                        x = -133071.35852165,
                                        name = "Юнит #122",
                                        heading = 2.8198420991932,
                                        y = 638569.14624912,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 752,
                                        lat = 0.76044423721848,
                                        skill = "Average",
                                        long = 0.73597266513118,
                                        x = -132803.76919249,
                                        name = "Юнит #123",
                                        heading = 4.9573676435116,
                                        y = 640782.92145392,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 753,
                                        lat = 0.76046628491097,
                                        skill = "Average",
                                        long = 0.7355076501948,
                                        x = -132901.742143,
                                        name = "Юнит #124",
                                        heading = 2.8198420991932,
                                        y = 638610.97666727,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 754,
                                        lat = 0.76044785695716,
                                        skill = "Average",
                                        long = 0.73554967341165,
                                        x = -132997.57647823,
                                        name = "Юнит #125",
                                        heading = 2.8198420991932,
                                        y = 638819.00913654,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 755,
                                        lat = 0.760494009718,
                                        skill = "Average",
                                        long = 0.73545076483224,
                                        x = -132754.30998001,
                                        name = "Юнит #126",
                                        heading = 2.8198420991932,
                                        y = 638327.3824532,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 756,
                                        lat = 0.76046891750218,
                                        skill = "Average",
                                        long = 0.7359855933527,
                                        x = -132639.9367776,
                                        name = "Юнит #127",
                                        heading = 0.19739555984988,
                                        y = 640825.21556203,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 757,
                                        lat = 0.76046760120575,
                                        skill = "Average",
                                        long = 0.73559111095084,
                                        x = -132850.56832863,
                                        name = "Юнит #128",
                                        heading = 2.8198420991932,
                                        y = 638997.02519469,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 758,
                                        lat = 0.76042506926458,
                                        skill = "Average",
                                        long = 0.73546563420801,
                                        x = -133185.81168864,
                                        name = "Юнит #129",
                                        heading = 2.8198420991932,
                                        y = 638445.63480647,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 759,
                                        lat = 0.7604129763576,
                                        skill = "Average",
                                        long = 0.73539206859136,
                                        x = -133300.55538114,
                                        name = "Юнит #130",
                                        heading = 2.8198420991932,
                                        y = 638113.17538522,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 760,
                                        lat = 0.76042255650277,
                                        skill = "Average",
                                        long = 0.73559935788532,
                                        x = -133133.25823969,
                                        name = "Юнит #131",
                                        heading = 2.8198420991932,
                                        y = 639067.48044976,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 761,
                                        lat = 0.76042770175257,
                                        skill = "Average",
                                        long = 0.73599734404473,
                                        x = -132896.44133549,
                                        name = "Юнит #132",
                                        heading = 5.4071272565814,
                                        y = 640909.17853639,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 762,
                                        lat = 0.76052272252935,
                                        skill = "Average",
                                        long = 0.7354642232546,
                                        x = -132564.52003253,
                                        name = "Юнит #162",
                                        heading = 2.8198420991932,
                                        y = 638369.25092838,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 763,
                                        lat = 0.76028341822532,
                                        skill = "Average",
                                        long = 0.73537904055433,
                                        x = -134132.47192484,
                                        name = "Юнит #163",
                                        heading = 2.8198420991932,
                                        y = 638145.42705812,
                                    }, -- end of [22]
                                    [23] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 764,
                                        lat = 0.76044612935305,
                                        skill = "Average",
                                        long = 0.7360201285094,
                                        x = -132767.38299257,
                                        name = "Юнит #164",
                                        heading = 5.3871299226082,
                                        y = 641001.6458844,
                                    }, -- end of [23]
                                    [24] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 765,
                                        lat = 0.76044604708626,
                                        skill = "Average",
                                        long = 0.73552736182598,
                                        x = -133020.54361348,
                                        name = "Юнит #165",
                                        heading = 2.8198420991932,
                                        y = 638716.84943382,
                                    }, -- end of [24]
                                }, -- end of units
                                name = "Штурм.группа-2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [29]
                            [30] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1350,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75848096592657,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72863194158671,
                                            x = -149008.93002693,
                                            speed = 5.5555555555556,
                                            y = 608119.1992124,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 139,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 766,
                                        lat = 0.75848096592657,
                                        skill = "Average",
                                        long = 0.72863194158671,
                                        x = -149008.93002693,
                                        name = "Юнит #166",
                                        heading = 0,
                                        y = 608119.1992124,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 767,
                                        lat = 0.75861424446464,
                                        skill = "Average",
                                        long = 0.72856406442832,
                                        x = -148192.8599341,
                                        name = "Юнит #167",
                                        heading = 0,
                                        y = 607713.79233612,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 768,
                                        lat = 0.75863666450503,
                                        skill = "Average",
                                        long = 0.72865045533572,
                                        x = -148008.24167097,
                                        name = "Юнит #168",
                                        heading = 0,
                                        y = 608100.36520652,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 769,
                                        lat = 0.75849664971118,
                                        skill = "Average",
                                        long = 0.7285054432493,
                                        x = -148970.25649931,
                                        name = "Юнит #169",
                                        heading = 0,
                                        y = 607520.46855981,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 770,
                                        lat = 0.75881694551943,
                                        skill = "Average",
                                        long = 0.72847136679061,
                                        x = -146946.61365817,
                                        name = "Юнит #170",
                                        heading = 0,
                                        y = 607146.20178537,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 771,
                                        lat = 0.75840591690596,
                                        skill = "Average",
                                        long = 0.72839749674238,
                                        x = -149600.42825722,
                                        name = "Юнит #171",
                                        heading = 0,
                                        y = 607079.70292724,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 772,
                                        lat = 0.75831749071758,
                                        skill = "Average",
                                        long = 0.72859500337718,
                                        x = -150068.06931011,
                                        name = "Юнит #172",
                                        heading = 0,
                                        y = 608057.60762301,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 773,
                                        lat = 0.75818868253198,
                                        skill = "Average",
                                        long = 0.72867525671228,
                                        x = -150849.67105509,
                                        name = "Юнит #173",
                                        heading = 0,
                                        y = 608517.54228302,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 774,
                                        lat = 0.75840148310452,
                                        skill = "Average",
                                        long = 0.72857798235153,
                                        x = -149541.31489229,
                                        name = "Юнит #174",
                                        heading = 0,
                                        y = 607921.87035904,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 775,
                                        lat = 0.75823670669129,
                                        skill = "Average",
                                        long = 0.72844533073265,
                                        x = -150655.06731536,
                                        name = "Юнит #175",
                                        heading = 0,
                                        y = 607416.12973142,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 776,
                                        lat = 0.75837676910808,
                                        skill = "Average",
                                        long = 0.72845919664777,
                                        x = -149756.22359939,
                                        name = "Юнит #176",
                                        heading = 0,
                                        y = 607386.22148267,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 777,
                                        lat = 0.75790755925669,
                                        skill = "Average",
                                        long = 0.72858731416032,
                                        x = -152682.86418425,
                                        name = "Юнит #185",
                                        heading = 0,
                                        y = 608298.08162351,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 778,
                                        lat = 0.75852900338542,
                                        skill = "Average",
                                        long = 0.72838196571244,
                                        x = -148823.9414444,
                                        name = "Юнит #186",
                                        heading = 0,
                                        y = 606924.55059042,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 779,
                                        lat = 0.75814271273318,
                                        skill = "Average",
                                        long = 0.72853796292865,
                                        x = -151208.9314692,
                                        name = "Юнит #187",
                                        heading = 0,
                                        y = 607910.16553053,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 780,
                                        lat = 0.75826141740898,
                                        skill = "Average",
                                        long = 0.72866896081225,
                                        x = -150389.43505308,
                                        name = "Юнит #188",
                                        heading = 0,
                                        y = 608439.26168346,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 781,
                                        lat = 0.75811808687837,
                                        skill = "Average",
                                        long = 0.72843310660377,
                                        x = -151416.53696732,
                                        name = "Юнит #189",
                                        heading = 0,
                                        y = 607439.22283063,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 782,
                                        lat = 0.7579108420165,
                                        skill = "Average",
                                        long = 0.7284778262731,
                                        x = -152714.94641477,
                                        name = "Юнит #190",
                                        heading = 0,
                                        y = 607786.79841031,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 783,
                                        lat = 0.75861416234083,
                                        skill = "Average",
                                        long = 0.72838347000748,
                                        x = -148280.79031334,
                                        name = "Юнит #191",
                                        heading = 0,
                                        y = 606874.16195857,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 784,
                                        lat = 0.75802968479012,
                                        skill = "Average",
                                        long = 0.72855187970864,
                                        x = -151922.13136284,
                                        name = "Юнит #192",
                                        heading = 0,
                                        y = 608051.03452724,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 785,
                                        lat = 0.75803083388772,
                                        skill = "Average",
                                        long = 0.72860279923289,
                                        x = -151890.16721015,
                                        name = "Юнит #193",
                                        heading = 0,
                                        y = 608287.01392581,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 787,
                                        lat = 0.75839245134437,
                                        skill = "Average",
                                        long = 0.72870596118853,
                                        x = -149536.45517107,
                                        name = "Юнит #194",
                                        heading = 0,
                                        y = 608522.60213299,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 788,
                                        lat = 0.75831396039214,
                                        skill = "Average",
                                        long = 0.72842371302016,
                                        x = -150173.459989,
                                        name = "Юнит #195",
                                        heading = 0,
                                        y = 607263.56061967,
                                    }, -- end of [22]
                                    [23] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 789,
                                        lat = 0.75797354468678,
                                        skill = "Average",
                                        long = 0.72861970576927,
                                        x = -152246.89012861,
                                        name = "Юнит #196",
                                        heading = 0,
                                        y = 608404.22536485,
                                    }, -- end of [23]
                                    [24] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 790,
                                        lat = 0.75875632823656,
                                        skill = "Average",
                                        long = 0.72842969843368,
                                        x = -147352.88503026,
                                        name = "Юнит #197",
                                        heading = 0,
                                        y = 606993.30795309,
                                    }, -- end of [24]
                                }, -- end of units
                                name = "Штурм.группа-3",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [30]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Су-25 РОС",
                                groupId = 19,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1619,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78193385285879,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70483194201053,
                                            x = -10417.375141214,
                                            speed = 138.88888888889,
                                            y = 484216.75634392,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 49,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Игрок",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 101,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 5,
                                            [3] = 0,
                                            name = "350",
                                        }, -- end of callsign
                                        onboard_num = 35,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 50,
                                        lat = 0.75943,
                                        skill = "Good",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 4,
                                            [3] = 0,
                                            name = "340",
                                        }, -- end of callsign
                                        onboard_num = 34,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 965,
                                        lat = 0.759423,
                                        skill = "Good",
                                        y = 760504.67452897,
                                        long = 0.761638,
                                        x = -125002.71432837,
                                        name = "Второй ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 0,
                                            name = "330",
                                        }, -- end of callsign
                                        onboard_num = 33,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 966,
                                        lat = 0.759416,
                                        skill = "Good",
                                        y = 760542.97514035,
                                        long = 0.761645,
                                        x = -125043.11671923,
                                        name = "Третий ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 0,
                                            name = "320",
                                        }, -- end of callsign
                                        onboard_num = 32,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "А-50",
                                groupId = 27,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79197695631638,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68014972406796,
                                            x = 44296.45931671,
                                            speed = 138.88888888889,
                                            y = 367590.62697331,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77720188161562,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73144975302769,
                                            x = -28376.528639589,
                                            speed = 138.88888888889,
                                            y = 608208.31435348,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76901825765733,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73293083765083,
                                            x = -79753.405422799,
                                            speed = 138.88888888889,
                                            y = 620718.58848578,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78888099620779,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67910304826957,
                                            x = 24239.119649637,
                                            speed = 138.88888888889,
                                            y = 364341.50173779,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79204263531565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68024335287884,
                                            x = 44745.43794038,
                                            speed = 138.88888888889,
                                            y = 367979.81618772,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77731392681505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73145078972603,
                                            x = -27662.528572946,
                                            speed = 138.88888888889,
                                            y = 608133.71260901,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76912849908236,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7332437438455,
                                            x = -78892.3262631,
                                            speed = 138.88888888889,
                                            y = 622077.02779163,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78853847055945,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67879971865944,
                                            x = 21958.408330047,
                                            speed = 138.88888888889,
                                            y = 363137.98837028,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79226983011774,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68039337301711,
                                            x = 46241.388214982,
                                            speed = 138.88888888889,
                                            y = 368545.27570412,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77742514807244,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73160900905456,
                                            x = -26875.368908711,
                                            speed = 138.88888888889,
                                            y = 608776.05449728,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76856588496131,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73370484030565,
                                            x = -82238.84820211,
                                            speed = 138.88888888889,
                                            y = 624585.57023384,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78888429517718,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67926200765382,
                                            x = 24312.375556575,
                                            speed = 138.88888888889,
                                            y = 365055.94848829,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79193707585277,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68056689154493,
                                            x = 44179.637215824,
                                            speed = 138.88888888889,
                                            y = 369483.17549108,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77742439540648,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73176613534178,
                                            x = -26801.783543499,
                                            speed = 138.88888888889,
                                            y = 609492.69088426,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76878976604525,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73370743083527,
                                            x = -80811.702154257,
                                            speed = 138.88888888889,
                                            y = 624440.32964494,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78841645846472,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67832795898369,
                                            x = 21026.437855327,
                                            speed = 138.88888888889,
                                            y = 361070.99156042,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79170020213642,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67993867867724,
                                            x = 42464.886659351,
                                            speed = 138.88888888889,
                                            y = 366774.72031817,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77686590367081,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73144649516804,
                                            x = -30517.598639944,
                                            speed = 138.88888888889,
                                            y = 608431.3345326,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76867690733632,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73386194010792,
                                            x = -81451.188237094,
                                            speed = 138.88888888889,
                                            y = 625227.81700419,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78562610242,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68252877341233,
                                            x = 4665.9070048546,
                                            speed = 138.88888888889,
                                            y = 381335.63229857,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [21]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 69,
                                        lat = 0.79197695631638,
                                        skill = "Average",
                                        long = 0.68014972406796,
                                        x = 44296.45931671,
                                        name = "пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 367590.62697331,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 8,
                                            name = 338,
                                        }, -- end of callsign
                                        onboard_num = 27,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "МиГ-29С",
                                groupId = 45,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77311680798764,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73526264080526,
                                            x = -52456.980719022,
                                            speed = 194.44444444444,
                                            y = 628498.71267924,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77667050400091,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70641416830796,
                                            x = -43278.135281983,
                                            speed = 194.44444444444,
                                            y = 494486.2702862,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77427985196797,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70018582705196,
                                            x = -61043.622823198,
                                            speed = 194.44444444444,
                                            y = 467426.60521132,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77250273895059,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70153913165864,
                                            x = -71819.627358234,
                                            speed = 194.44444444444,
                                            y = 474604.77853691,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77027466190175,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71569258478178,
                                            x = -79980.409208923,
                                            speed = 194.44444444444,
                                            y = 540773.21440187,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76934437076715,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72623769352366,
                                            x = -80979.641038981,
                                            speed = 194.44444444444,
                                            y = 589749.89353029,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7671072834066,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74105798951887,
                                            x = -87704.19889923,
                                            speed = 194.44444444444,
                                            y = 659445.1912713,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76705081993402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74759113924106,
                                            x = -84514.55393848,
                                            speed = 194.44444444444,
                                            y = 689550.08184279,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76919121502968,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75003696633381,
                                            x = -69522.280220055,
                                            speed = 194.44444444444,
                                            y = 699142.361517,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77158232372808,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74505898275295,
                                            x = -57046.309789228,
                                            speed = 194.44444444444,
                                            y = 674472.70179348,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77269984035101,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73542911519603,
                                            x = -55026.965375247,
                                            speed = 194.44444444444,
                                            y = 629553.12386685,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77663532267472,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70706677534624,
                                            x = -43229.379387257,
                                            speed = 194.44444444444,
                                            y = 497481.09830733,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77440024810065,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69996538883613,
                                            x = -60364.981525147,
                                            speed = 194.44444444444,
                                            y = 466350.83287923,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77258397210274,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70151587300267,
                                            x = -71311.630205318,
                                            speed = 194.44444444444,
                                            y = 474452.24901622,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77095246754705,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71298865973941,
                                            x = -76860.013893993,
                                            speed = 194.44444444444,
                                            y = 527956.7163054,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76668719262277,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74309089478477,
                                            x = -89288.923846741,
                                            speed = 194.44444444444,
                                            y = 669111.2891599,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76726940529728,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74801696331488,
                                            x = -82885.571531566,
                                            speed = 194.44444444444,
                                            y = 691341.89000739,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 4500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77119349140592,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74528370714871,
                                            x = -59400.879459505,
                                            speed = 194.44444444444,
                                            y = 675799.81476911,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78793667254749,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68719250894793,
                                            x = 21007.342150982,
                                            speed = 194.44444444444,
                                            y = 401235.08832768,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [20]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 242,
                                        lat = 0.77311680798764,
                                        skill = "High",
                                        long = 0.73526264080526,
                                        x = -52456.980719022,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 628498.71267924,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 4,
                                            [3] = 5,
                                            name = 345,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 967,
                                        lat = 0.77310980798764,
                                        skill = "High",
                                        long = 0.73526964080526,
                                        x = -52497.967635383,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 628535.63546906,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 1,
                                            name = 321,
                                        }, -- end of callsign
                                        onboard_num = 36,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Перебазирование в Майкоп",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 79814,
    start_time = 43200,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
    }, -- end of failures
} -- end of mission
